projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
852d4d6
)
scrollbar: remove unused variable
author
Cosimo Cecchi
<cosimoc@gnome.org>
Mon, 22 Oct 2012 22:39:42 +0000
(18:39 -0400)
committer
Cosimo Cecchi
<cosimoc@gnome.org>
Mon, 22 Oct 2012 22:41:00 +0000
(18:41 -0400)
My bad.
gtk/gtkscrollbar.c
patch
|
blob
|
history
diff --git
a/gtk/gtkscrollbar.c
b/gtk/gtkscrollbar.c
index 6f4f01bcd1373e1b7c60a16ac5f42e3b0de5db3b..9062118b8033b5fca6248f150ed2d23134742466 100644
(file)
--- a/
gtk/gtkscrollbar.c
+++ b/
gtk/gtkscrollbar.c
@@
-151,8
+151,6
@@
gtk_scrollbar_init (GtkScrollbar *scrollbar)
static void
gtk_scrollbar_style_updated (GtkWidget *widget)
{
- GtkRange *range = GTK_RANGE (widget);
-
gtk_scrollbar_update_style (GTK_SCROLLBAR (widget));
GTK_WIDGET_CLASS (gtk_scrollbar_parent_class)->style_updated (widget);
}